moveRecurse

Move the given source path recursively to the target path

void
moveRecurse
(
string sourcePath
,
string targetPath
)

Parameters

sourcePath string

The source path which can be a file or a directory

targetPath string

The target path which can be a file or a directory

Meta